github.com/andybalholm/brotli.hasherCommon.dict_num_lookups (field)

6 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L11: 	dict_num_lookups uint
		hash.go#L165: 	if self.dict_num_matches < self.dict_num_lookups>>7 {
		hash.go#L181: 		self.dict_num_lookups++
		hash.go#L329: 			common.dict_num_lookups = 0
		hash_composite.go#L54: 		common_a.dict_num_lookups = 0
		hash_composite.go#L61: 		common_b.dict_num_lookups = 0